home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / emulation / c64gfx / man / ffli.doc < prev    next >
Text File  |  1999-05-14  |  2KB  |  63 lines

  1.  
  2.  
  3. FFLI                         C64Conv                           FFLI
  4.  
  5.  
  6. NAME
  7.      FFLI - a C64 graphics format
  8.  
  9. DESCRIPTION
  10.      FFLI  is an extension to FLI.  In FFLI we have two FLI-pictures
  11.      in  memory  at  the same time and we flip the pictures 50 times
  12.      per  second.   If  for  example  there is a white pixel in both
  13.      pictures,  the resulting pixel will be white too.  If the other
  14.      pixel is white and the other is light gray, the resulting mixed
  15.      color will be somewhere in between.
  16.  
  17.      The  mixed colors are altered on every other scan line, so that
  18.      the  picture flickers as little as possible.  FFLI pictures are
  19.      also  viewable  with FLI viewers, but then every second line of
  20.      the picture seems darker and every other lighter.  However, the
  21.      result is not bad.
  22.  
  23.      You  can  find  more  description about the what-and-how of FLI
  24.      elsewhere.   Here  I  just  describe the FFLI file format.  The
  25.      file consists of:
  26.  
  27.     Offset    Address    Size    Used    Description
  28.     ------    -------    ----    ----    -----------
  29.     0        2    2    Load address ($3aff)
  30.     2    $3aff    1    1    'f' FFLI identification
  31.     3    $3b00    256    200    Background colors for each line
  32.     259    $3c00    1024    1000    Color memory
  33.     1283    $4000    8192    8x1000    FLI color memories
  34.     9475    $6000    8192    8000    The bitmap (multicolor mode)
  35.     17667    $8000    8192    8x1000    FLI color memories
  36.     25859    $a000    256    200    Background colors for each line
  37.     26115    $a100
  38.  
  39.      The  reason  for the unused areas is simply the speed.  You can
  40.      load  the  FFLI picture right into memory and only have to copy
  41.      the other picture.
  42.  
  43.      The load address is of course hidden from you when you load the
  44.      file  into  the  C64.   The  identification  byte  is  used  to
  45.      differentiate  FFLI  from  other  formats  with  the  same load
  46.      address.
  47.  
  48. SEE ALSO
  49.      BFLI.doc, FLI.doc
  50.      ppmtokoala, koalatoppm, ppmtobfli, c64toppm, c64toilbm, ppmtofli,
  51.      flitoppm, ppmtoffli, fflitoppm
  52.  
  53. AUTHOR
  54.      Pasi 'Albert' Ojala    albert@cs.tut.fi
  55.  
  56.      Permission  to  use, copy, modify, and distribute this software
  57.      and its documentation for any purpose and without fee is hereby
  58.      granted, provided that the above copyright notice appear in all
  59.      copies  and that both that copyright notice and this permission
  60.      notice  appear  in  supporting documentation.  This software is
  61.      provided "as is" without express or implied warranty.
  62.  
  63.